from string to time python dataframe

76

from string to time python dataframe -

dfc['Time_of_Sail'] = pd.to_datetime(dfc['Time_of_Sail'],format= '%H:%M:%S' ).dt.time

Comments

Submit
0 Comments